BenSelect Documentation
CombinePdfFiles(String,IList<String>,String) Method
See Also  Send Feedback
Selerix.ReportEngine Namespace > Utils Class > CombinePdfFiles Method : CombinePdfFiles(String,IList<String>,String) Method
outputPath
Results file full path.
files
List of PDF file full paths to merge.
letterHeadPath
Path to the PDF file that containce a page background template.
Combines a set of PDF files into the one new PDF file.

Syntax

JScript 
public static function CombinePdfFiles( 
   outputPath : String,
   files : IList,
   letterHeadPath : String
);

Parameters

outputPath
Results file full path.
files
List of PDF file full paths to merge.
letterHeadPath
Path to the PDF file that containce a page background template.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2024 All Rights Reserved.